Skip to main content

Azure VM Build Docs

This template is for documenting the VM build on Azure environment. The values below are just an example, you may need to replace them with your own implementation parameters.

Azure VM Specification

NameValue
ResourceGroupNameVMName-RG
LocationAzure Region
VM NameComputerName
VM SizeStandard_B1s
OS TypeWindows
OfferWindowsServer
Skus2016-Datacenter
VHD NameVHD Name (Follow the naming convention)
PublisherNameMicrosoftWindowsServer
VMUserNameLocalAdmin
PasswordCheck Password Manager
AzureVM ExtensionIf any (CustomScript, DSC, IIS, Sql, etc.)
Managed Data Disk10 GB
SubscriptionReserved or PAYG

Azure Virtual NIC

NameValue
Virture NIC NameVMName-VNic        
Private IP Address10.7.0.4
Public IP NameVMName-Pip
Public IP AllocationMethodDynamic/Static

Azure Virtual Network

NameValue
ResourceGroupNameVnetName-RG              
LocationAzure Region
Virtual Network NameProdName-Vnet
VNet address10.7.0.0/16
Subnet NameProdLan-Subnet
Subnet Address10.7.0.0/24
Gateway Subnet10.7.1.0/24
Network Security GroupProdName-NSG

Network Security Group Rules

NameAccessProtocolDirectionPortPriority
RDPAllowTCPInbound3389100
SSHAllowTCPInbound22110
HttpsAllowTCPInbound443120
SQLAllowTCPInbound1433130

Software Installation

NameValue
AntivirusMcAfee/Sophos/Symantec        
LOB ApplicationIf any
OthersNetwork Monitor agent

Scheduled Tasks

NameValue
Remove User ProfileEnabled - Weekly                
Remove Log ScriptEnabled - Daily
Archive SQL BackupEnabled - Daily
OthersIf any